home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-09-02 | 6.2 KB | 137 lines | [TEXT/CWIE] |
- OTEndpointInfo
- -- Prints TEndpointInfo for common endpoint configurations.
- -- This is for informational purposes only, don't even think
- -- about hard-coding any of these values! If you need them you
- -- should fetch them at run time using OTGetEndpointInfo.
-
- TEndpointInfo for “enet”
- addr (max size of address) = 8
- options (max size of options) = 0
- tsdu (max size of data unit) = 1500
- etsdu (max size of expedited data unit) = T_INVALID (-2)
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_CLTS (3)
- (Connectionless, transactionless)
- flags = $10000002
- T_SENDZERO (can send 0 byte units) = 0
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 0
- CAN_SUPPLY_MIB (SNMP) = 0
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 1
-
- TEndpointInfo for “rawip”
- addr (max size of address) = 16
- options (max size of options) = 256
- tsdu (max size of data unit) = 65536
- etsdu (max size of expedited data unit) = T_INVALID (-2)
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_CLTS (3)
- (Connectionless, transactionless)
- flags = $00000000
- T_SENDZERO (can send 0 byte units) = 0
- T_XPG4_1 (supports GetProtAddress) = 0
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 0
- CAN_SUPPLY_MIB (SNMP) = 0
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 0
-
- TEndpointInfo for “udp”
- addr (max size of address) = 16
- options (max size of options) = 512
- tsdu (max size of data unit) = 65508
- etsdu (max size of expedited data unit) = T_INVALID (-2)
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_CLTS (3)
- (Connectionless, transactionless)
- flags = $40000003
- T_SENDZERO (can send 0 byte units) = 1
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 1
- CAN_SUPPLY_MIB (SNMP) = 0
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 0
-
- TEndpointInfo for “tcp”
- addr (max size of address) = 16
- options (max size of options) = 512
- tsdu (max size of data unit) = 0
- etsdu (max size of expedited data unit) = T_INFINITE (-1)
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_COTS_ORD (2)
- (Connection-oriented, transactionless, orderly release)
- flags = $40000002
- T_SENDZERO (can send 0 byte units) = 0
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 1
- CAN_SUPPLY_MIB (SNMP) = 0
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 0
-
- TEndpointInfo for “ddp”
- addr (max size of address) = 113
- options (max size of options) = 40
- tsdu (max size of data unit) = 586
- etsdu (max size of expedited data unit) = T_INVALID (-2)
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_CLTS (3)
- (Connectionless, transactionless)
- flags = $70000002
- T_SENDZERO (can send 0 byte units) = 0
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 1
- CAN_SUPPLY_MIB (SNMP) = 1
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 1
-
- TEndpointInfo for “atp”
- addr (max size of address) = 113
- options (max size of options) = 100
- tsdu (max size of data unit) = 4628
- etsdu (max size of expedited data unit) = 582
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_TRANS_CLTS (7)
- (Connectionless, transaction)
- flags = $60000003
- T_SENDZERO (can send 0 byte units) = 1
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 1
- CAN_SUPPLY_MIB (SNMP) = 1
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 0
-
- TEndpointInfo for “pap”
- addr (max size of address) = 113
- options (max size of options) = 332
- tsdu (max size of data unit) = T_INFINITE (-1)
- etsdu (max size of expedited data unit) = T_INVALID (-2)
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_COTS_ORD (2)
- (Connection-oriented, transactionless, orderly release)
- flags = $60000003
- T_SENDZERO (can send 0 byte units) = 1
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 1
- CAN_SUPPLY_MIB (SNMP) = 1
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 0
-
- TEndpointInfo for “adsp”
- addr (max size of address) = 113
- options (max size of options) = 40
- tsdu (max size of data unit) = 0
- etsdu (max size of expedited data unit) = 572
- connect (max size of connect data) = T_INVALID (-2)
- discon (max size of disconnect data) = T_INVALID (-2)
- servtype = T_COTS_ORD (2)
- (Connection-oriented, transactionless, orderly release)
- flags = $60000003
- T_SENDZERO (can send 0 byte units) = 1
- T_XPG4_1 (supports GetProtAddress) = 1
- CAN_RESOLVE_ADDR (supports ResolveAddress) = 1
- CAN_SUPPLY_MIB (SNMP) = 1
- T_CAN_SUPPORT_MDATA (support M_DATA mode) = 0
-
- Success.
- Done. Press command-Q to Quit.
-